home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / Details.aspx673 < prev    next >
Text File  |  2008-03-12  |  16KB  |  258 lines

  1. <%@ Page language="c#" Inherits="gbweb.Migrated_Details" CodeFile="Details.aspx.cs" culture="auto" uiculture="auto" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4.     <HEAD>
  5.         <title>GBPVR - Program Information</title>
  6.         <META http-equiv="Content-Type" content="text/html; charset=windows-1252">
  7.         <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  8.         <meta name="CODE_LANGUAGE" Content="C#">
  9.         <meta name="vs_defaultClientScript" content="JavaScript">
  10.         <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  11.         <link rel="stylesheet" type="text/css" href="<%=System.Convert.ToString(Session["theme"])%>/styles.css">
  12.         <link rel="shortcut icon" type="image/gif" href="<%=System.Convert.ToString(Session["theme"])%>/favicon.gif">
  13.         <script>
  14.             function reloadAndClose()
  15.             {
  16.                 window.opener.document.Form1.submit();
  17.                 window.close();
  18.             }
  19.             function windowClose()
  20.             {
  21.                 window.close();
  22.             }
  23.             function showAllEpisodes()
  24.             {
  25.                 window.opener.location = "SearchResults.aspx?matchTitle=on&searchPhrase=<%=Server.UrlEncode(showTitle.Text)%>";
  26.                 window.close();
  27.             }
  28.             function showThisEpisodeBySubtitle()
  29.             {
  30.                 window.opener.location = "SearchResults.aspx?matchSubtitle=on&searchPhrase=<%=Server.UrlEncode(showSubTitle.Text)%>";
  31.                 window.close();
  32.             }
  33.             function showThisEpisodeByUniqueID()
  34.             {
  35.                 window.opener.location = "SearchResults.aspx?matchUniqueID=on&searchPhrase=<%=programUniqueIdentifier%>";
  36.                 window.close();
  37.             }
  38.         </script>
  39.     </HEAD>
  40.     <body class="popuppage">
  41.         <form id="Form1" method="post" runat="server">
  42.             <table border="0" cellspacing="0" cellpadding="0" width="100%" height="455">
  43.                 <!-- Topbar begin -->
  44.                 <tr height="1">
  45.                     <td width="10"><img src="public/t.gif" width="10" height="71" border="0"></td>
  46.                     <td width="99%" colspan="3">
  47.                         <table border="0" cellspacing="0" cellpadding="0" width="100%">
  48.                             <tr>
  49.                                 <td width="50"><img src="<%=System.Convert.ToString(Session["theme"])%>/logo_gbpvr.gif" width="135" height="31" border="0"><br>
  50.                                     <img src="public/t.gif" width="1" height="14" border="0">
  51.                                 </td>
  52.                                 <td align="right"><img src="<%=System.Convert.ToString(Session["theme"])%>/program_hdr_pi.gif" width="253" height="45" border="0"></td>
  53.                             </tr>
  54.                         </table>
  55.                     </td>
  56.                 </tr>
  57.                 <!-- Topbar end -->
  58.                 <!-- Center Well -->
  59.                 <tr valign="top" height="1">
  60.                     <td width="10"><img src="public/t.gif" width="10" height="1" border="0"></td>
  61.                     <td class="listing" colspan="2" align="center">
  62.                         <asp:Label id="RecordMessage" runat="server" CssClass="conflict" Visible="False" Height="23px" Width="171px">Record Message</asp:Label></td>
  63.                     <td style="width: 10px"><img src="public/t.gif" width="10" height="1" border="0"></td>
  64.                 </tr>
  65.                 <tr valign="top" height="1">
  66.                     <td width="10"><img src="public/t.gif" width="10" height="1" border="0"></td>
  67.                     <td class="listing" colspan="2">
  68.                         <span class="date"><b>
  69.                                 <asp:Label id="showTitle" runat="server">Show Title</asp:Label></b></span>
  70.                         - <a href="javascript:showAllEpisodes();">all episodes</a><span id="divUniqueID" runat="server">,
  71.                             <A href="javascript:showThisEpisodeByUniqueID();">this episode</A></span>
  72.                         <br>
  73.                         <br>
  74.                     </td>
  75.                     <td style="width: 10px"><img src="public/t.gif" width="10" height="1" border="0"></td>
  76.                 </tr>
  77.                 <tr valign="top" height="1">
  78.                     <td width="10" style="height: 1px"><img src="public/t.gif" width="10" height="1" border="0"></td>
  79.                     <td class="listing" style="height: 1px; width: 353px;" colspan="1">
  80.                         <b>Date:</b><br>
  81.                         <asp:Label id="showStartDate" runat="server">showStartDate</asp:Label>
  82.                         <br>
  83.                         <asp:Label id="showTimes" runat="server">showTimes</asp:Label>
  84.                         <br />
  85.                         <asp:LinkButton ID="reminderButton" runat="server" CssClass="btn-normal-small" OnClick="reminderButton_Click"><span>Set Reminder</span></asp:LinkButton>
  86.                         <br />
  87.                         <span runat="server" id="currentlyRecording">
  88.                         <br />
  89.                         <table style="text-align: left" align="left" class="listing">
  90.                             <tr>
  91.                                 <td colspan="2">
  92.                                     <b>Update Recording Time/Quality:</b><asp:CheckBox ID="updateEndTime" runat="server" AutoPostBack="True" OnCheckedChanged="updateEndTime_CheckedChanged" /><br />
  93.                                     <span runat="server" id="newEndTime">
  94.                                        <img src="public/t.gif" width="15" height="1" border="0"><b>Quality: </b>
  95.                                                     <asp:DropDownList id="newQuality" runat="server">
  96.                                                         <asp:ListItem Value="High">High</asp:ListItem>
  97.                                                         <asp:ListItem Value="Medium" Selected="True">Medium</asp:ListItem>
  98.                                                         <asp:ListItem Value="Low">Low</asp:ListItem>
  99.                                                         <asp:ListItem Value="Custom1">Custom1</asp:ListItem>
  100.                                                         <asp:ListItem Value="Custom2">Custom2</asp:ListItem>
  101.                                                     </asp:DropDownList><BR>
  102.                                         <img src="public/t.gif" width="15" height="1" border="0"><b>Pad Start Time Minutes:</b><img src="public/t.gif" width="20" height="1" border="0"><asp:TextBox ID="padStart" runat="server" MaxLength="4" Width="34px">0</asp:TextBox><br />
  103.                                         <img src="public/t.gif" width="15" height="1" border="0"><b>Extend End Time Minutes:</b><img src="public/t.gif" width="5" height="1" border="0"><asp:TextBox ID="extendMinutes" runat="server" MaxLength="4" Width="34px">0</asp:TextBox><br />
  104.                                         <img src="public/t.gif" width="15" height="1" border="0"><b>Pad End Time Minutes:</b><img src="public/t.gif" width="29" height="1" border="0"><asp:TextBox ID="padEnd" runat="server" MaxLength="4" Width="34px">0</asp:TextBox><nobr></nobr>
  105.                                         <img src="public/t.gif" width="15" height="1" border="0"><asp:LinkButton ID="endTimeUpdate" runat="server" CssClass="btn-normal-small" OnClick="endTimeUpdate_Click"><span>Update</span></asp:LinkButton>                            
  106.                                     </span>
  107.                                 </td>    
  108.                             </tr>    
  109.                         </table>
  110.                         </span>
  111.                     </td>
  112.                     <td class="listing" style="height: 1px" colspan="1">
  113.                         <b>Channel:</b><br>
  114.                         <asp:Label id="showChannel" runat="server">showChannel</asp:Label>
  115.                     </td>
  116.                     <td style="width: 10px; height: 1px;"><img src="public/t.gif" width="10" height="1" border="0"></td>
  117.                 </tr>
  118.                 
  119.                 <tr valign="top" height="1">
  120.                     <td width="10"><img src="public/t.gif" width="10" height="1" border="0"></td>
  121.                     <td class="listing" colspan="2">
  122.                         <asp:Panel id="subTitlePanel" runat="server" CssClass="listing"><BR><B>Episode:</B><BR>
  123.                             <asp:Label id="showSubTitle" runat="server">show sub title</asp:Label> - 
  124.                             <A href="javascript:showThisEpisodeBySubtitle();">this episode</A><BR>
  125.                         </asp:Panel>
  126.                         <asp:Panel id="descriptionPanel" runat="server" CssClass="listing">
  127.                             <BR>
  128.                             <B>Description:</B><BR>
  129.                             <asp:Label id="showDescription" runat="server" CssClass="listing">show description</asp:Label>
  130.                             <BR>
  131.                         </asp:Panel>
  132.                         <br />
  133.                     </td>
  134.                     <td style="width: 10px"><img src="public/t.gif" width="10" height="1" border="0"></td>
  135.                 </tr>
  136.                 <tr valign="bottom">
  137.                     <td width="10"><img src="public/t.gif" width="10" height="1" border="0"></td>
  138.                     <td class="listing" colspan="2">
  139.                         <asp:Panel id="recordingOptionsPanel" runat="server" HorizontalAlign="Center">
  140.                             <table cellSpacing="0" cellPadding="0" border="1" style="width: 95%">
  141.                                 <tr>
  142.                                     <td>
  143.                                         <TABLE class="listing" cellSpacing="0" cellPadding="10" border="0" style="width: 140%">
  144.                                             <TR>
  145.                                                 <TD style="width: 251px">
  146.                                                     <asp:RadioButtonList id="radioTime" runat="server" CssClass="listing" CellSpacing="0" CellPadding="0">
  147.                                                         <asp:ListItem Value="once" Selected="True">Once</asp:ListItem>
  148.                                                         <asp:ListItem Value="thisTime">This time slot</asp:ListItem>
  149.                                                         <asp:ListItem Value="anyTime">Any time slot</asp:ListItem>
  150.                                                     </asp:RadioButtonList>
  151.                                                 </TD>
  152.                                                 <TD>
  153.                                                     <asp:RadioButtonList id="radioDay" runat="server" CssClass="listing" CellSpacing="0" CellPadding="0">
  154.                                                         <asp:ListItem Value="thisDay" Selected="True">This day only</asp:ListItem>
  155.                                                         <asp:ListItem Value="anyDay">Any Day</asp:ListItem>
  156.                                                         <asp:ListItem Value="specificDays">Specific day(s)</asp:ListItem>
  157.                                                     </asp:RadioButtonList>
  158.                                                 </TD>
  159.                                             </TR>
  160.                                             <TR>
  161.                                                 <TD style="width: 251px">
  162.                                                     Quality:<BR>
  163.                                                     <asp:DropDownList id="quality" runat="server">
  164.                                                         <asp:ListItem Value="High">High</asp:ListItem>
  165.                                                         <asp:ListItem Value="Medium" Selected="True">Medium</asp:ListItem>
  166.                                                         <asp:ListItem Value="Low">Low</asp:ListItem>
  167.                                                         <asp:ListItem Value="Custom1">Custom1</asp:ListItem>
  168.                                                         <asp:ListItem Value="Custom2">Custom2</asp:ListItem>
  169.                                                     </asp:DropDownList><BR>
  170.                                                     <BR>
  171.                                                     <span runat="server" id="recordingsToKeep">
  172.                                                     Recordings to keep:<BR>
  173.                                                     <asp:TextBox id="keepRecordings" runat="server" Columns="3" MaxLength="3" Width="28px">0</asp:TextBox> (0 = all)
  174.                                                     <asp:RegularExpressionValidator ID="RegularExpressionValidator3" runat="server" ControlToValidate="keepRecordings"
  175.                                                         ErrorMessage="Value must be numeric" ValidationExpression="^([-]|[0-9])[0-9]*$"></asp:RegularExpressionValidator><br />
  176.                                                     </span>
  177.                                                     Padding:<br />
  178.                                                     <IMG height="10" src="public/t.gif" width="10" border="0">Pre:
  179.                                                     <asp:TextBox ID="prePadding" runat="server" Columns="3" MaxLength="3" Width="28px">0</asp:TextBox> 
  180.                                                     Post: <asp:TextBox ID="postPadding" runat="server" Columns="3" MaxLength="3" Width="28px">0</asp:TextBox>
  181.                                                     <br />
  182.                                                     Extend End Time Minutes:<asp:TextBox ID="extendMinutes2" runat="server" Columns="3" MaxLength="3" Width="28px">0</asp:TextBox><br />
  183.                                                     <IMG height="10" src="public/t.gif" width="10" border="0">
  184.                                                     <asp:RegularExpressionValidator ID="RegularExpressionValidator2" runat="server" ControlToValidate="prePadding"
  185.                                                         ErrorMessage="Pre-padding must be numeric" ValidationExpression="^([-]|[0-9])[0-9]*$"></asp:RegularExpressionValidator><br />
  186.                                                     <IMG height="10" src="public/t.gif" width="10" border="0">
  187.                                                     <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="postPadding"
  188.                                                         ErrorMessage="Post-padding must be numeric" ValidationExpression="^([-]|[0-9])[0-9]*$"></asp:RegularExpressionValidator>
  189.                                                     <br />
  190.                                                     <IMG height="10" src="public/t.gif" width="10" border="0">
  191.                                                     <asp:RegularExpressionValidator ID="RegularExpressionValidator4" runat="server" ControlToValidate="extendMinutes2"
  192.                                                         ErrorMessage="Extend minutes must be numeric" ValidationExpression="^([-]|[0-9])[0-9]*$"></asp:RegularExpressionValidator></TD> 
  193.                                                 <TD valign="top">
  194.                                                     <asp:CheckBoxList id="checkedDays" runat="server" CssClass="listing" RepeatColumns="2">
  195.                                                         <asp:ListItem Value="monday">Monday</asp:ListItem>
  196.                                                         <asp:ListItem Value="tuesday">Tuesday</asp:ListItem>
  197.                                                         <asp:ListItem Value="wednesday">Wednesday</asp:ListItem>
  198.                                                         <asp:ListItem Value="thursday">Thursday</asp:ListItem>
  199.                                                         <asp:ListItem Value="friday">Friday</asp:ListItem>
  200.                                                         <asp:ListItem Value="saturday">Saturday</asp:ListItem>
  201.                                                         <asp:ListItem Value="sunday">Sunday</asp:ListItem>
  202.                                                     </asp:CheckBoxList>
  203.                                                 </TD>
  204.                                             </TR>
  205.                                         </TABLE>
  206.                                     </td>
  207.                                 </tr>
  208.                             </table>
  209.                             <IMG height="10" src="public/t.gif" width="10" border="0"> 
  210.                         </asp:Panel>
  211.                         <asp:Panel id="recordingDetailsPanel" runat="server" HorizontalAlign="Center">
  212.                             <TABLE cellSpacing="0" cellPadding="0" width="91%" border="1">
  213.                                 <TR>
  214.                                     <TD class="listdesc">
  215.                                         <TABLE class="listdesc" cellSpacing="0" width="95%" align="center" border="0">
  216.                                             <TR>
  217.                                                 <TD vAlign="middle" width="171"><B>Quality: </B>
  218.                                                     <asp:Label id="recordingQuality" runat="server" CssClass="listing">recording quality</asp:Label></TD>
  219.                                                 <TD><A id="watchLink" href="#" runat="server">watch</A>
  220.                                                 </TD>
  221.                                             </TR>
  222.                                         </TABLE>
  223.                                     </TD>
  224.                                 </TR>
  225.                             </TABLE>
  226.                             <IMG height="10" src="public/t.gif" width="10" border="0">
  227.                         </asp:Panel>
  228.                     </td>
  229.                     <td style="width: 10px"><img src="public/t.gif" width="10" height="1" border="0"></td>
  230.                 </tr>
  231.                 <tr height="1">
  232.                     <td class="listing" colspan="4" style="height: 1px;">
  233.                         <table border="0" cellspacing="0" cellpadding="0" width="100%">
  234.                             <tr>
  235.                                 <td align="right" style="height: 19px"><asp:LinkButton id="lnkRecordCancel" runat="server" CssClass="btn-normal-large" Style="FLOAT:right" onclick="lnkRecordCancel_Click"><span runat="server" id="spanRecordCancel">[lnkRecordCancel]</span></asp:LinkButton></td>
  236.                                 <td style="height: 19px"><a href='javascript:window.close();' Class="btn-normal-large"><span>Close - take no 
  237.                                             action</span></a></td>
  238.                             </tr>
  239.                         </table>
  240.                         <span runat="server" id="streamNow">
  241.                             <table border="0" cellspacing="0" cellpadding="0" width="100%">
  242.                                 <tr>
  243.                                     <td align="right" style="width: 462px; height: 19px; text-align: right">
  244.                                     </td>
  245.                                     <td align="right" style="height: 19px; width: 343px; text-align: right;">
  246.                             <asp:LinkButton ID="LinkButton1" runat="server" CssClass="btn-normal-large" OnClick="LinkButton1_Click"><span>Stream Now</span></asp:LinkButton></td>
  247.                                     <td align="right" style="width: 345px; height: 19px">
  248.                                     </td>
  249.                                 </tr>
  250.                             </table>
  251.                         </span>
  252.                     </td>
  253.                 </tr>
  254.             </table>
  255.         </form>
  256.     </body>
  257. </HTML>
  258.